ValidationBackedNumberFieldWidget
constructor(width: Int, height: Int, wrappedValue: Supplier<T>, choiceValidator: ChoiceValidator<T>, validationProvider: Function<Double, ValidationResult<T>>, applier: Consumer<T> = Consumer { _ ->}, renderStatus: Boolean = true, increment: Double = 0.0)
Parameters
T
extends Number
width
Int - width of the text field
height
Int - height of the text field
wrappedValue
Supplier
choiceValidator
ChoiceValidator
validationProvider
Function
applier
Consumer